From: Petr Štetiar Date: Sat, 22 Jul 2023 08:53:45 +0000 (+0200) Subject: phase1: workaround dlprune recursive directory removal X-Git-Tag: v8^0 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=30e2e5d800a87aebd8a87a78812a4b527c56bf2f;p=buildbot.git phase1: workaround dlprune recursive directory removal Workarounds following issue: find: cannot delete ‘dl/ath10k-ct-firmware-2020-11-08’: Directory not empty References: #13 Signed-off-by: Petr Štetiar --- diff --git a/phase1/master.cfg b/phase1/master.cfg index 3080421..6f6c650 100644 --- a/phase1/master.cfg +++ b/phase1/master.cfg @@ -1037,6 +1037,9 @@ def prepareFactory(target): descriptionDone="dl/ pruned", command="find dl/ -mindepth 1 -atime +15 -delete -print", logEnviron=False, + haltOnFailure=False, + flunkOnFailure=False, + warnOnFailure=False, ) )